Add a reference to the the syntax for shortcut actions
in builder files.
* <property name='scope'>managed</property>
* <child>
* <object class='GtkShortcut'>
- * <property name='trigger'><Control>k</property>
+ * <property name='trigger'><![CDATA[<Control>k]]></property>
* <property name='action'>activate</property>
* </object>
* </child>
* </child>
* </object>
* ]|
+ *
+ * This example creates a #GtkActivateAction for triggering the `activate`
+ * signal of the GtkButton. See gtk_shortcut_action_parse_string() for the syntax
+ * for other kinds of #GtkShortcutAction. See gtk_shortcut_trigger_parse_string()
+ * to learn more about the syntax for triggers.
**/
#include "config.h"